• Image placeholder
  • 홈 페이지
  • 블로그 센터
  • 범주
Image placeholder

포인터 함수

포인터 함수 사용

#include <stdio.h> void copy_1(char a[],char b[]); void copy_2(char *a,char *b); int main() { char *str1="I Love Motherland";// char str2[20]; void (*p1)(char a[],char b[]);// void (*p2)(char *a,char *b); p1=copy_1;// p2...

c포인터 함수

© 2022 intrepidgeeks.com

Privacy Policy Contact US Sitemap
🍪 This website uses cookies to ensure you get the best experience on our website. Learn more